'宣言 Public Overloads Function RegisterEffect(Of T As {New, ICustomEffect})( _ ByVal effectId As System.Guid, _ ByRef wasActuallyRegistered As System.Boolean _ ) As CustomEffectFactory
public CustomEffectFactory RegisterEffect<T>( System.Guid effectId, out System.bool wasActuallyRegistered ) where T: new(), ICustomEffect
パラメータ
- effectId
- wasActuallyRegistered
型パラメータ
- T